home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cheeks
/
Cheeks.iso
/
mac
/
Cheeks.68k
/
Cheeks.dxr
/
00022_loop NH.8.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-05-09
|
212 b
|
12 lines
on mouseUp
global loopVar
set n to the castNum of sprite 30
if loopVar = 1 then
set the loop of cast n to 0
set loopVar to 0
else
set the loop of cast n to 1
set loopVar to 1
end if
end